| License |
License |
|---|---|
| GroupId | GroupIdse.l4.crayon |
| ArtifactId | ArtifactIdcrayon-core |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncrayon-core
Crayon is an extension to Google Guice that provides the ability to
define contribution methods.
|
| Filename | Size |
|---|---|
| crayon-core-1.1.0.pom | |
| crayon-core-1.1.0.jar | 27 KB |
| crayon-core-1.1.0-sources.jar | 18 KB |
| crayon-core-1.1.0-javadoc.jar | 117 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/se.l4.crayon/crayon-core/ -->
<dependency>
<groupId>se.l4.crayon</groupId>
<artifactId>crayon-core</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.l4.crayon/crayon-core/
implementation 'se.l4.crayon:crayon-core:1.1.0'
// https://jarcasting.com/artifacts/se.l4.crayon/crayon-core/
implementation ("se.l4.crayon:crayon-core:1.1.0")
'se.l4.crayon:crayon-core:jar:1.1.0'
<dependency org="se.l4.crayon" name="crayon-core" rev="1.1.0">
<artifact name="crayon-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.l4.crayon', module='crayon-core', version='1.1.0')
)
libraryDependencies += "se.l4.crayon" % "crayon-core" % "1.1.0"
[se.l4.crayon/crayon-core "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.inject : guice | jar | 4.2.2 |
| org.slf4j : slf4j-api | jar | 1.8.0-beta4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.8.0-beta4 |
| junit : junit | jar | 4.12 |
| org.easymock : easymock | jar | 3.4 |