is not current version
Last Version 1.3.8.1

com.github.eagle6688:devutility.internal 1.1.4

Some utilities for Java development

Categories

Categories

Utility General Purpose Libraries
GroupId

GroupId

com.github.eagle6688
ArtifactId

ArtifactId

devutility.internal
Version

Version

1.1.4
Type

Type

jar

Download devutility.internal 1.1.4


<!-- https://jarcasting.com/artifacts/com.github.eagle6688/devutility.internal/ -->
<dependency>
    <groupId>com.github.eagle6688</groupId>
    <artifactId>devutility.internal</artifactId>
    <version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eagle6688/devutility.internal/
implementation 'com.github.eagle6688:devutility.internal:1.1.4'
// https://jarcasting.com/artifacts/com.github.eagle6688/devutility.internal/
implementation ("com.github.eagle6688:devutility.internal:1.1.4")
'com.github.eagle6688:devutility.internal:jar:1.1.4'
<dependency org="com.github.eagle6688" name="devutility.internal" rev="1.1.4">
  <artifact name="devutility.internal" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eagle6688', module='devutility.internal', version='1.1.4')
)
libraryDependencies += "com.github.eagle6688" % "devutility.internal" % "1.1.4"
[com.github.eagle6688/devutility.internal "1.1.4"]