GroupId | GroupIdcom.cueup.hegemon |
---|---|
ArtifactId | ArtifactIdhegemon-core |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
hegemon-core-0.0.1.pom | |
hegemon-core-0.0.1.jar | 13 KB |
hegemon-core-0.0.1-sources.jar | 12 KB |
hegemon-core-0.0.1-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cueup.hegemon/hegemon-core/ -->
<dependency>
<groupId>com.cueup.hegemon</groupId>
<artifactId>hegemon-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cueup.hegemon/hegemon-core/
implementation 'com.cueup.hegemon:hegemon-core:0.0.1'
// https://jarcasting.com/artifacts/com.cueup.hegemon/hegemon-core/
implementation ("com.cueup.hegemon:hegemon-core:0.0.1")
'com.cueup.hegemon:hegemon-core:jar:0.0.1'
<dependency org="com.cueup.hegemon" name="hegemon-core" rev="0.0.1">
<artifact name="hegemon-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cueup.hegemon', module='hegemon-core', version='0.0.1')
)
libraryDependencies += "com.cueup.hegemon" % "hegemon-core" % "0.0.1"
[com.cueup.hegemon/hegemon-core "0.0.1"]