Categories |
CategoriesData Utility General Purpose Libraries |
---|---|
GroupId | GroupIdcom.imsweb |
ArtifactId | ArtifactIdseerdata-utility |
Version | Version1.8 |
Type | Typejar |
Filename | Size |
---|---|
seerdata-utility-1.8.pom | |
seerdata-utility-1.8.jar | 50 KB |
seerdata-utility-1.8-sources.jar | 31 KB |
seerdata-utility-1.8-javadoc.jar | 132 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.imsweb/seerdata-utility/ -->
<dependency>
<groupId>com.imsweb</groupId>
<artifactId>seerdata-utility</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.imsweb/seerdata-utility/
implementation 'com.imsweb:seerdata-utility:1.8'
// https://jarcasting.com/artifacts/com.imsweb/seerdata-utility/
implementation ("com.imsweb:seerdata-utility:1.8")
'com.imsweb:seerdata-utility:jar:1.8'
<dependency org="com.imsweb" name="seerdata-utility" rev="1.8">
<artifact name="seerdata-utility" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.imsweb', module='seerdata-utility', version='1.8')
)
libraryDependencies += "com.imsweb" % "seerdata-utility" % "1.8"
[com.imsweb/seerdata-utility "1.8"]