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