GroupId | GroupIdcom.github.imas-alex |
---|---|
ArtifactId | ArtifactIdJEntigrator |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
JEntigrator-0.0.1.pom | |
JEntigrator-0.0.1.jar | 647 KB |
JEntigrator-0.0.1-sources.jar | 311 KB |
JEntigrator-0.0.1-javadoc.jar | 951 KB |
JEntigrator-0.0.1-jar-with-dependencies.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.imas-alex/JEntigrator/ -->
<dependency>
<groupId>com.github.imas-alex</groupId>
<artifactId>JEntigrator</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.imas-alex/JEntigrator/
implementation 'com.github.imas-alex:JEntigrator:0.0.1'
// https://jarcasting.com/artifacts/com.github.imas-alex/JEntigrator/
implementation ("com.github.imas-alex:JEntigrator:0.0.1")
'com.github.imas-alex:JEntigrator:jar:0.0.1'
<dependency org="com.github.imas-alex" name="JEntigrator" rev="0.0.1">
<artifact name="JEntigrator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.imas-alex', module='JEntigrator', version='0.0.1')
)
libraryDependencies += "com.github.imas-alex" % "JEntigrator" % "0.0.1"
[com.github.imas-alex/JEntigrator "0.0.1"]