GroupId | GroupIdorg.nanopub |
---|---|
ArtifactId | ArtifactIdnanopub |
Version | Version1.17 |
Type | Typejar |
Filename | Size |
---|---|
nanopub-1.17.pom | |
nanopub-1.17.jar | 155 KB |
nanopub-1.17-sources.jar | 74 KB |
nanopub-1.17-javadoc.jar | 302 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nanopub/nanopub/ -->
<dependency>
<groupId>org.nanopub</groupId>
<artifactId>nanopub</artifactId>
<version>1.17</version>
</dependency>
// https://jarcasting.com/artifacts/org.nanopub/nanopub/
implementation 'org.nanopub:nanopub:1.17'
// https://jarcasting.com/artifacts/org.nanopub/nanopub/
implementation ("org.nanopub:nanopub:1.17")
'org.nanopub:nanopub:jar:1.17'
<dependency org="org.nanopub" name="nanopub" rev="1.17">
<artifact name="nanopub" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nanopub', module='nanopub', version='1.17')
)
libraryDependencies += "org.nanopub" % "nanopub" % "1.17"
[org.nanopub/nanopub "1.17"]