GroupId | GroupIdcom.github.lontime |
---|---|
ArtifactId | ArtifactIddeps-pom |
Version | Version1.0.0-M21 |
Type | Typepom |
Filename | Size |
---|---|
deps-pom-1.0.0-M21.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lontime/deps-pom/ -->
<dependency>
<groupId>com.github.lontime</groupId>
<artifactId>deps-pom</artifactId>
<version>1.0.0-M21</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.lontime/deps-pom/
implementation 'com.github.lontime:deps-pom:1.0.0-M21'
// https://jarcasting.com/artifacts/com.github.lontime/deps-pom/
implementation ("com.github.lontime:deps-pom:1.0.0-M21")
'com.github.lontime:deps-pom:pom:1.0.0-M21'
<dependency org="com.github.lontime" name="deps-pom" rev="1.0.0-M21">
<artifact name="deps-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.lontime', module='deps-pom', version='1.0.0-M21')
)
libraryDependencies += "com.github.lontime" % "deps-pom" % "1.0.0-M21"
[com.github.lontime/deps-pom "1.0.0-M21"]