is not current version
Last Version 1.2.a

com.github.anotherjavacoder:IIC 1.0

A simple way to communicate between class instances

Categories

Categories

Other General Purpose Libraries
GroupId

GroupId

com.github.anotherjavacoder
ArtifactId

ArtifactId

IIC
Version

Version

1.0
Type

Type

jar

Download IIC 1.0


<!-- https://jarcasting.com/artifacts/com.github.anotherjavacoder/IIC/ -->
<dependency>
    <groupId>com.github.anotherjavacoder</groupId>
    <artifactId>IIC</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anotherjavacoder/IIC/
implementation 'com.github.anotherjavacoder:IIC:1.0'
// https://jarcasting.com/artifacts/com.github.anotherjavacoder/IIC/
implementation ("com.github.anotherjavacoder:IIC:1.0")
'com.github.anotherjavacoder:IIC:jar:1.0'
<dependency org="com.github.anotherjavacoder" name="IIC" rev="1.0">
  <artifact name="IIC" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anotherjavacoder', module='IIC', version='1.0')
)
libraryDependencies += "com.github.anotherjavacoder" % "IIC" % "1.0"
[com.github.anotherjavacoder/IIC "1.0"]