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