Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.github.lukaszbudnik.guice-properties-el |
ArtifactId | ArtifactIdguice-properties-el |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.lukaszbudnik.guice-properties-el/guice-properties-el/ -->
<dependency>
<groupId>com.github.lukaszbudnik.guice-properties-el</groupId>
<artifactId>guice-properties-el</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lukaszbudnik.guice-properties-el/guice-properties-el/
implementation 'com.github.lukaszbudnik.guice-properties-el:guice-properties-el:1.0.0'
// https://jarcasting.com/artifacts/com.github.lukaszbudnik.guice-properties-el/guice-properties-el/
implementation ("com.github.lukaszbudnik.guice-properties-el:guice-properties-el:1.0.0")
'com.github.lukaszbudnik.guice-properties-el:guice-properties-el:jar:1.0.0'
<dependency org="com.github.lukaszbudnik.guice-properties-el" name="guice-properties-el" rev="1.0.0">
<artifact name="guice-properties-el" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lukaszbudnik.guice-properties-el', module='guice-properties-el', version='1.0.0')
)
libraryDependencies += "com.github.lukaszbudnik.guice-properties-el" % "guice-properties-el" % "1.0.0"
[com.github.lukaszbudnik.guice-properties-el/guice-properties-el "1.0.0"]