License |
License |
---|---|
GroupId | GroupIdcom.github.ruediste |
ArtifactId | ArtifactIdc3java |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionC3 Linearization Implementation for Java
C3 Linearization Implementation for Java
|
Project URL |
Project URL |
Filename | Size |
---|---|
c3java-1.0.pom | |
c3java-1.0.jar | 41 KB |
c3java-1.0-sources.jar | 18 KB |
c3java-1.0-javadoc.jar | 145 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ruediste/c3java/ -->
<dependency>
<groupId>com.github.ruediste</groupId>
<artifactId>c3java</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ruediste/c3java/
implementation 'com.github.ruediste:c3java:1.0'
// https://jarcasting.com/artifacts/com.github.ruediste/c3java/
implementation ("com.github.ruediste:c3java:1.0")
'com.github.ruediste:c3java:jar:1.0'
<dependency org="com.github.ruediste" name="c3java" rev="1.0">
<artifact name="c3java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ruediste', module='c3java', version='1.0')
)
libraryDependencies += "com.github.ruediste" % "c3java" % "1.0"
[com.github.ruediste/c3java "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 18.0 |
cglib : cglib | jar | 3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit-dep | jar | 4.11 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.mockito : mockito-all | jar | 1.9.5 |