License |
License |
---|---|
GroupId | GroupIdcom.github.hammelion |
ArtifactId | ArtifactIdjintertype |
Version | Version1.1 |
Type | Typejar |
Description |
Descriptioncom.github.hammelion:jintertype
Java Interface Type Pattern Implementation
|
Filename | Size |
---|---|
jintertype-1.1.pom | |
jintertype-1.1.jar | 6 KB |
jintertype-1.1-sources.jar | 2 KB |
jintertype-1.1-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hammelion/jintertype/ -->
<dependency>
<groupId>com.github.hammelion</groupId>
<artifactId>jintertype</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hammelion/jintertype/
implementation 'com.github.hammelion:jintertype:1.1'
// https://jarcasting.com/artifacts/com.github.hammelion/jintertype/
implementation ("com.github.hammelion:jintertype:1.1")
'com.github.hammelion:jintertype:jar:1.1'
<dependency org="com.github.hammelion" name="jintertype" rev="1.1">
<artifact name="jintertype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hammelion', module='jintertype', version='1.1')
)
libraryDependencies += "com.github.hammelion" % "jintertype" % "1.1"
[com.github.hammelion/jintertype "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.javassist : javassist | jar | 3.20.0-GA |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |