GroupId | GroupIdorg.ow2.frascati.examples |
---|---|
ArtifactId | ArtifactIdisbntest |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
isbntest-1.2.pom | |
isbntest-1.2.jar | 16 KB |
isbntest-1.2-sources.jar | 14 KB |
isbntest-1.2-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.frascati.examples/isbntest/ -->
<dependency>
<groupId>org.ow2.frascati.examples</groupId>
<artifactId>isbntest</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/isbntest/
implementation 'org.ow2.frascati.examples:isbntest:1.2'
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/isbntest/
implementation ("org.ow2.frascati.examples:isbntest:1.2")
'org.ow2.frascati.examples:isbntest:jar:1.2'
<dependency org="org.ow2.frascati.examples" name="isbntest" rev="1.2">
<artifact name="isbntest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati.examples', module='isbntest', version='1.2')
)
libraryDependencies += "org.ow2.frascati.examples" % "isbntest" % "1.2"
[org.ow2.frascati.examples/isbntest "1.2"]