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