License |
License |
---|---|
GroupId | GroupIdorg.coderu |
ArtifactId | ArtifactIdcoderu-core |
Last Version | Last Version1.2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncoderu-core
A code quality tool to enforce good design in respect to package and classes dependencies.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationAlexander Rubinov |
Filename | Size |
---|---|
coderu-core-1.2.4.pom | |
coderu-core-1.2.4.jar | 146 KB |
coderu-core-1.2.4-sources.jar | 46 KB |
coderu-core-1.2.4-javadoc.jar | 361 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.coderu/coderu-core/ -->
<dependency>
<groupId>org.coderu</groupId>
<artifactId>coderu-core</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.coderu/coderu-core/
implementation 'org.coderu:coderu-core:1.2.4'
// https://jarcasting.com/artifacts/org.coderu/coderu-core/
implementation ("org.coderu:coderu-core:1.2.4")
'org.coderu:coderu-core:jar:1.2.4'
<dependency org="org.coderu" name="coderu-core" rev="1.2.4">
<artifact name="coderu-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.coderu', module='coderu-core', version='1.2.4')
)
libraryDependencies += "org.coderu" % "coderu-core" % "1.2.4"
[org.coderu/coderu-core "1.2.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.11 |
org.slf4j : slf4j-api | jar | 1.7.30 |
commons-io : commons-io | jar | 2.9.0 |
org.ow2.asm : asm | jar | 9.1 |
com.google.guava : guava | jar | 30.1.1-jre |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |