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