Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.seaborne.mantis |
ArtifactId | ArtifactIddboe-base |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
dboe-base-0.2.0.pom | |
dboe-base-0.2.0.jar | 139 KB |
dboe-base-0.2.0-tests.jar | 50 KB |
dboe-base-0.2.0-test-sources.jar | 45 KB |
dboe-base-0.2.0-sources.jar | 118 KB |
dboe-base-0.2.0-javadoc.jar | 528 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.seaborne.mantis/dboe-base/ -->
<dependency>
<groupId>org.seaborne.mantis</groupId>
<artifactId>dboe-base</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.seaborne.mantis/dboe-base/
implementation 'org.seaborne.mantis:dboe-base:0.2.0'
// https://jarcasting.com/artifacts/org.seaborne.mantis/dboe-base/
implementation ("org.seaborne.mantis:dboe-base:0.2.0")
'org.seaborne.mantis:dboe-base:jar:0.2.0'
<dependency org="org.seaborne.mantis" name="dboe-base" rev="0.2.0">
<artifact name="dboe-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seaborne.mantis', module='dboe-base', version='0.2.0')
)
libraryDependencies += "org.seaborne.mantis" % "dboe-base" % "0.2.0"
[org.seaborne.mantis/dboe-base "0.2.0"]