| License | License
                                                        EUPL v1.1                                                 | 
|---|---|
| Categories | CategoriesOther General Purpose Libraries | 
| GroupId | GroupIdcom.github.anotherjavacoder | 
| ArtifactId | ArtifactIdIIC | 
| Last Version | Last Version1.2.a | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptioncom.github.anotherjavacoder:IIC A simple way to communicate between class instances | 
| Filename | Size | 
|---|---|
| IIC-1.2.a.pom | |
| IIC-1.2.a.jar | 6 KB | 
| IIC-1.2.a-sources.jar | 4 KB | 
| IIC-1.2.a-javadoc.jar | 53 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.anotherjavacoder/IIC/ -->
<dependency>
    <groupId>com.github.anotherjavacoder</groupId>
    <artifactId>IIC</artifactId>
    <version>1.2.a</version>
</dependency>// https://jarcasting.com/artifacts/com.github.anotherjavacoder/IIC/
implementation 'com.github.anotherjavacoder:IIC:1.2.a'// https://jarcasting.com/artifacts/com.github.anotherjavacoder/IIC/
implementation ("com.github.anotherjavacoder:IIC:1.2.a")'com.github.anotherjavacoder:IIC:jar:1.2.a'<dependency org="com.github.anotherjavacoder" name="IIC" rev="1.2.a">
  <artifact name="IIC" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.anotherjavacoder', module='IIC', version='1.2.a')
)libraryDependencies += "com.github.anotherjavacoder" % "IIC" % "1.2.a"[com.github.anotherjavacoder/IIC "1.2.a"]