is not current version
Last Version 1.1

com.github.hammelion:jintertype 1.0

Java Interface Type Pattern Implementation

GroupId

GroupId

com.github.hammelion
ArtifactId

ArtifactId

jintertype
Version

Version

1.0
Type

Type

jar

Download jintertype 1.0


<!-- 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"]