GroupId | GroupIdorg.nanopub |
---|---|
ArtifactId | ArtifactIdnanopub |
Version | Version1.24 |
Type | Typejar |
Filename | Size |
---|---|
nanopub-1.24.pom | |
nanopub-1.24.jar | 262 KB |
nanopub-1.24-sources.jar | 121 KB |
nanopub-1.24-javadoc.jar | 902 KB |
nanopub-1.24-jar-with-dependencies.jar | 11 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nanopub/nanopub/ -->
<dependency>
<groupId>org.nanopub</groupId>
<artifactId>nanopub</artifactId>
<version>1.24</version>
</dependency>
// https://jarcasting.com/artifacts/org.nanopub/nanopub/
implementation 'org.nanopub:nanopub:1.24'
// https://jarcasting.com/artifacts/org.nanopub/nanopub/
implementation ("org.nanopub:nanopub:1.24")
'org.nanopub:nanopub:jar:1.24'
<dependency org="org.nanopub" name="nanopub" rev="1.24">
<artifact name="nanopub" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nanopub', module='nanopub', version='1.24')
)
libraryDependencies += "org.nanopub" % "nanopub" % "1.24"
[org.nanopub/nanopub "1.24"]