GroupId | GroupIdname.pehl |
---|---|
ArtifactId | ArtifactIdtotoe |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
totoe-0.5.pom | |
totoe-0.5.jar | 83 KB |
totoe-0.5-sources.jar | 50 KB |
totoe-0.5-javadoc.jar | 230 KB |
Browse |
<!-- https://jarcasting.com/artifacts/name.pehl/totoe/ -->
<dependency>
<groupId>name.pehl</groupId>
<artifactId>totoe</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/name.pehl/totoe/
implementation 'name.pehl:totoe:0.5'
// https://jarcasting.com/artifacts/name.pehl/totoe/
implementation ("name.pehl:totoe:0.5")
'name.pehl:totoe:jar:0.5'
<dependency org="name.pehl" name="totoe" rev="0.5">
<artifact name="totoe" type="jar" />
</dependency>
@Grapes(
@Grab(group='name.pehl', module='totoe', version='0.5')
)
libraryDependencies += "name.pehl" % "totoe" % "0.5"
[name.pehl/totoe "0.5"]