License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.github.sebhoss.contract |
ArtifactId | ArtifactIdcontract-guice-juel |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAnnotation-based design by contract library.
|
Filename | Size |
---|---|
contract-guice-juel-1.0.0.pom | |
contract-guice-juel-1.0.0.jar | 10 KB |
contract-guice-juel-1.0.0-sources.jar | 8 KB |
contract-guice-juel-1.0.0-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sebhoss.contract/contract-guice-juel/ -->
<dependency>
<groupId>com.github.sebhoss.contract</groupId>
<artifactId>contract-guice-juel</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sebhoss.contract/contract-guice-juel/
implementation 'com.github.sebhoss.contract:contract-guice-juel:1.0.0'
// https://jarcasting.com/artifacts/com.github.sebhoss.contract/contract-guice-juel/
implementation ("com.github.sebhoss.contract:contract-guice-juel:1.0.0")
'com.github.sebhoss.contract:contract-guice-juel:jar:1.0.0'
<dependency org="com.github.sebhoss.contract" name="contract-guice-juel" rev="1.0.0">
<artifact name="contract-guice-juel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sebhoss.contract', module='contract-guice-juel', version='1.0.0')
)
libraryDependencies += "com.github.sebhoss.contract" % "contract-guice-juel" % "1.0.0"
[com.github.sebhoss.contract/contract-guice-juel "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.sebhoss.contract : contract-guice-defaults | jar | 1.0.0 |
com.github.sebhoss.contract : contract-juel | jar | 1.0.0 |
com.github.sebhoss.contract : contract-aop | jar | 1.0.0 |
com.github.sebhoss.contract : contract-paranamer | jar | 1.0.0 |
com.google.inject : guice | jar | |
com.google.inject.extensions : guice-multibindings | jar | |
com.github.sebhoss : common-annotations | jar | |
ch.qos.cal10n : cal10n-api | jar |