GroupId | GroupIdcom.github.gino0631 |
---|---|
ArtifactId | ArtifactIdpkg-root |
Version | Version1.1 |
Type | Typepom |
Filename | Size |
---|---|
pkg-root-1.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gino0631/pkg-root/ -->
<dependency>
<groupId>com.github.gino0631</groupId>
<artifactId>pkg-root</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gino0631/pkg-root/
implementation 'com.github.gino0631:pkg-root:1.1'
// https://jarcasting.com/artifacts/com.github.gino0631/pkg-root/
implementation ("com.github.gino0631:pkg-root:1.1")
'com.github.gino0631:pkg-root:pom:1.1'
<dependency org="com.github.gino0631" name="pkg-root" rev="1.1">
<artifact name="pkg-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.gino0631', module='pkg-root', version='1.1')
)
libraryDependencies += "com.github.gino0631" % "pkg-root" % "1.1"
[com.github.gino0631/pkg-root "1.1"]