GroupId | GroupIdde.swingbe.ifleet |
---|---|
ArtifactId | ArtifactIdtgp |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
tgp-0.0.1.pom | |
tgp-0.0.1.jar | 24 KB |
tgp-0.0.1-sources.jar | 13 KB |
tgp-0.0.1-javadoc.jar | 487 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.swingbe.ifleet/tgp/ -->
<dependency>
<groupId>de.swingbe.ifleet</groupId>
<artifactId>tgp</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.swingbe.ifleet/tgp/
implementation 'de.swingbe.ifleet:tgp:0.0.1'
// https://jarcasting.com/artifacts/de.swingbe.ifleet/tgp/
implementation ("de.swingbe.ifleet:tgp:0.0.1")
'de.swingbe.ifleet:tgp:jar:0.0.1'
<dependency org="de.swingbe.ifleet" name="tgp" rev="0.0.1">
<artifact name="tgp" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.swingbe.ifleet', module='tgp', version='0.0.1')
)
libraryDependencies += "de.swingbe.ifleet" % "tgp" % "0.0.1"
[de.swingbe.ifleet/tgp "0.0.1"]