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