License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.guicedee |
ArtifactId | ArtifactIdversioner |
Version | Version1.2.1.1-jre17 |
Type | Typepom |
Description |
DescriptionGuiced Services Versioning
Supplies the version numbers for all the dependencies in a single location
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
versioner-1.2.1.1-jre17.pom | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee/versioner/ -->
<dependency>
<groupId>com.guicedee</groupId>
<artifactId>versioner</artifactId>
<version>1.2.1.1-jre17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee/versioner/
implementation 'com.guicedee:versioner:1.2.1.1-jre17'
// https://jarcasting.com/artifacts/com.guicedee/versioner/
implementation ("com.guicedee:versioner:1.2.1.1-jre17")
'com.guicedee:versioner:pom:1.2.1.1-jre17'
<dependency org="com.guicedee" name="versioner" rev="1.2.1.1-jre17">
<artifact name="versioner" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.guicedee', module='versioner', version='1.2.1.1-jre17')
)
libraryDependencies += "com.guicedee" % "versioner" % "1.2.1.1-jre17"
[com.guicedee/versioner "1.2.1.1-jre17"]