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