GroupId | GroupIdorg.xbib |
---|---|
ArtifactId | ArtifactIdstandardnumber |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
standardnumber-1.0.1.pom | |
standardnumber-1.0.1.jar | 61 KB |
standardnumber-1.0.1-sources.jar | 45 KB |
standardnumber-1.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.xbib/standardnumber/ -->
<dependency>
<groupId>org.xbib</groupId>
<artifactId>standardnumber</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/standardnumber/
implementation 'org.xbib:standardnumber:1.0.1'
// https://jarcasting.com/artifacts/org.xbib/standardnumber/
implementation ("org.xbib:standardnumber:1.0.1")
'org.xbib:standardnumber:jar:1.0.1'
<dependency org="org.xbib" name="standardnumber" rev="1.0.1">
<artifact name="standardnumber" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='standardnumber', version='1.0.1')
)
libraryDependencies += "org.xbib" % "standardnumber" % "1.0.1"
[org.xbib/standardnumber "1.0.1"]