Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdio.github.codexiaomai.environmentswitcher |
ArtifactId | ArtifactIdbase |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
base-1.0.1.pom | |
base-1.0.1.jar | 5 KB |
base-1.0.1-sources.jar | 5 KB |
base-1.0.1-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.codexiaomai.environmentswitcher/base/ -->
<dependency>
<groupId>io.github.codexiaomai.environmentswitcher</groupId>
<artifactId>base</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.codexiaomai.environmentswitcher/base/
implementation 'io.github.codexiaomai.environmentswitcher:base:1.0.1'
// https://jarcasting.com/artifacts/io.github.codexiaomai.environmentswitcher/base/
implementation ("io.github.codexiaomai.environmentswitcher:base:1.0.1")
'io.github.codexiaomai.environmentswitcher:base:jar:1.0.1'
<dependency org="io.github.codexiaomai.environmentswitcher" name="base" rev="1.0.1">
<artifact name="base" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.codexiaomai.environmentswitcher', module='base', version='1.0.1')
)
libraryDependencies += "io.github.codexiaomai.environmentswitcher" % "base" % "1.0.1"
[io.github.codexiaomai.environmentswitcher/base "1.0.1"]