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