Categories |
CategoriesGUI User Interface Governator Application Layer Libs Dependency Injection Guice |
---|---|
GroupId | GroupIdcom.turbospaces.boot |
ArtifactId | ArtifactIdbootstrap-guice-governator |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-guice-governator/ -->
<dependency>
<groupId>com.turbospaces.boot</groupId>
<artifactId>bootstrap-guice-governator</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-guice-governator/
implementation 'com.turbospaces.boot:bootstrap-guice-governator:1.0.2'
// https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-guice-governator/
implementation ("com.turbospaces.boot:bootstrap-guice-governator:1.0.2")
'com.turbospaces.boot:bootstrap-guice-governator:jar:1.0.2'
<dependency org="com.turbospaces.boot" name="bootstrap-guice-governator" rev="1.0.2">
<artifact name="bootstrap-guice-governator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.turbospaces.boot', module='bootstrap-guice-governator', version='1.0.2')
)
libraryDependencies += "com.turbospaces.boot" % "bootstrap-guice-governator" % "1.0.2"
[com.turbospaces.boot/bootstrap-guice-governator "1.0.2"]