GroupId | GroupIdcom.github.luismanuelamengual |
---|---|
ArtifactId | ArtifactIdNeoGroup-Utils |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
NeoGroup-Utils-1.0.pom | |
NeoGroup-Utils-1.0.jar | 52 KB |
NeoGroup-Utils-1.0-sources.jar | 14 KB |
NeoGroup-Utils-1.0-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luismanuelamengual/NeoGroup-Utils/ -->
<dependency>
<groupId>com.github.luismanuelamengual</groupId>
<artifactId>NeoGroup-Utils</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luismanuelamengual/NeoGroup-Utils/
implementation 'com.github.luismanuelamengual:NeoGroup-Utils:1.0'
// https://jarcasting.com/artifacts/com.github.luismanuelamengual/NeoGroup-Utils/
implementation ("com.github.luismanuelamengual:NeoGroup-Utils:1.0")
'com.github.luismanuelamengual:NeoGroup-Utils:jar:1.0'
<dependency org="com.github.luismanuelamengual" name="NeoGroup-Utils" rev="1.0">
<artifact name="NeoGroup-Utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luismanuelamengual', module='NeoGroup-Utils', version='1.0')
)
libraryDependencies += "com.github.luismanuelamengual" % "NeoGroup-Utils" % "1.0"
[com.github.luismanuelamengual/NeoGroup-Utils "1.0"]