is not current version
Last Version 1.2.a

com.github.anotherjavacoder:IIC 1.1

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.1
Type

Type

jar

Download IIC 1.1


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