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