Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.vleo.timel |
ArtifactId | ArtifactIdpom |
Version | Version0.2.0-rc12 |
Type | Typepom |
Filename | Size |
---|---|
pom-0.2.0-rc12.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.vleo.timel/pom/ -->
<dependency>
<groupId>net.vleo.timel</groupId>
<artifactId>pom</artifactId>
<version>0.2.0-rc12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.vleo.timel/pom/
implementation 'net.vleo.timel:pom:0.2.0-rc12'
// https://jarcasting.com/artifacts/net.vleo.timel/pom/
implementation ("net.vleo.timel:pom:0.2.0-rc12")
'net.vleo.timel:pom:pom:0.2.0-rc12'
<dependency org="net.vleo.timel" name="pom" rev="0.2.0-rc12">
<artifact name="pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.vleo.timel', module='pom', version='0.2.0-rc12')
)
libraryDependencies += "net.vleo.timel" % "pom" % "0.2.0-rc12"
[net.vleo.timel/pom "0.2.0-rc12"]