License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.datayoo.tripod |
ArtifactId | ArtifactIdtripod-engine |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontripod-engine
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Filename | Size |
---|---|
tripod-engine-1.0.0.pom | |
tripod-engine-1.0.0.jar | 50 KB |
tripod-engine-1.0.0-sources.jar | 39 KB |
tripod-engine-1.0.0-javadoc.jar | 275 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.datayoo.tripod/tripod-engine/ -->
<dependency>
<groupId>org.datayoo.tripod</groupId>
<artifactId>tripod-engine</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.datayoo.tripod/tripod-engine/
implementation 'org.datayoo.tripod:tripod-engine:1.0.0'
// https://jarcasting.com/artifacts/org.datayoo.tripod/tripod-engine/
implementation ("org.datayoo.tripod:tripod-engine:1.0.0")
'org.datayoo.tripod:tripod-engine:jar:1.0.0'
<dependency org="org.datayoo.tripod" name="tripod-engine" rev="1.0.0">
<artifact name="tripod-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.datayoo.tripod', module='tripod-engine', version='1.0.0')
)
libraryDependencies += "org.datayoo.tripod" % "tripod-engine" % "1.0.0"
[org.datayoo.tripod/tripod-engine "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.datayoo.tripod : tripod-meta | jar | 1.0.0 |
org.slf4j : slf4j-log4j12 | jar | 1.7.25 |
org.apache.commons : commons-lang3 | jar | 3.8.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |