Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.thesett |
ArtifactId | ArtifactIdconfigurator |
Version | Version0.8-M1 |
Type | Typejar |
Filename | Size |
---|---|
configurator-0.8-M1.pom | |
configurator-0.8-M1.jar | 17 KB |
configurator-0.8-M1-sources.jar | 22 KB |
configurator-0.8-M1-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/configurator/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>configurator</artifactId>
<version>0.8-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/configurator/
implementation 'com.thesett:configurator:0.8-M1'
// https://jarcasting.com/artifacts/com.thesett/configurator/
implementation ("com.thesett:configurator:0.8-M1")
'com.thesett:configurator:jar:0.8-M1'
<dependency org="com.thesett" name="configurator" rev="0.8-M1">
<artifact name="configurator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='configurator', version='0.8-M1')
)
libraryDependencies += "com.thesett" % "configurator" % "0.8-M1"
[com.thesett/configurator "0.8-M1"]