Categories |
CategoriesUtility General Purpose Libraries |
---|---|
GroupId | GroupIdcom.github.eagle6688 |
ArtifactId | ArtifactIddevutility.external |
Version | Version1.1.8 |
Type | Typepom |
Filename | Size |
---|---|
devutility.external-1.1.8.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.eagle6688/devutility.external/ -->
<dependency>
<groupId>com.github.eagle6688</groupId>
<artifactId>devutility.external</artifactId>
<version>1.1.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.eagle6688/devutility.external/
implementation 'com.github.eagle6688:devutility.external:1.1.8'
// https://jarcasting.com/artifacts/com.github.eagle6688/devutility.external/
implementation ("com.github.eagle6688:devutility.external:1.1.8")
'com.github.eagle6688:devutility.external:pom:1.1.8'
<dependency org="com.github.eagle6688" name="devutility.external" rev="1.1.8">
<artifact name="devutility.external" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.eagle6688', module='devutility.external', version='1.1.8')
)
libraryDependencies += "com.github.eagle6688" % "devutility.external" % "1.1.8"
[com.github.eagle6688/devutility.external "1.1.8"]