GroupId | GroupIdcom.github.drtrang |
---|---|
ArtifactId | ArtifactIddependencies2 |
Version | Version1.3.1 |
Type | Typepom |
Filename | Size |
---|---|
dependencies2-1.3.1.pom | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.drtrang/dependencies2/ -->
<dependency>
<groupId>com.github.drtrang</groupId>
<artifactId>dependencies2</artifactId>
<version>1.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.drtrang/dependencies2/
implementation 'com.github.drtrang:dependencies2:1.3.1'
// https://jarcasting.com/artifacts/com.github.drtrang/dependencies2/
implementation ("com.github.drtrang:dependencies2:1.3.1")
'com.github.drtrang:dependencies2:pom:1.3.1'
<dependency org="com.github.drtrang" name="dependencies2" rev="1.3.1">
<artifact name="dependencies2" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.drtrang', module='dependencies2', version='1.3.1')
)
libraryDependencies += "com.github.drtrang" % "dependencies2" % "1.3.1"
[com.github.drtrang/dependencies2 "1.3.1"]