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