Categories |
CategoriesMaven Build Tools Net |
---|---|
GroupId | GroupIdbiz.netcentric.maven.extension |
ArtifactId | ArtifactIdmaven-ext-repos-from-env |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/biz.netcentric.maven.extension/maven-ext-repos-from-env/ -->
<dependency>
<groupId>biz.netcentric.maven.extension</groupId>
<artifactId>maven-ext-repos-from-env</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/biz.netcentric.maven.extension/maven-ext-repos-from-env/
implementation 'biz.netcentric.maven.extension:maven-ext-repos-from-env:0.1.0'
// https://jarcasting.com/artifacts/biz.netcentric.maven.extension/maven-ext-repos-from-env/
implementation ("biz.netcentric.maven.extension:maven-ext-repos-from-env:0.1.0")
'biz.netcentric.maven.extension:maven-ext-repos-from-env:jar:0.1.0'
<dependency org="biz.netcentric.maven.extension" name="maven-ext-repos-from-env" rev="0.1.0">
<artifact name="maven-ext-repos-from-env" type="jar" />
</dependency>
@Grapes(
@Grab(group='biz.netcentric.maven.extension', module='maven-ext-repos-from-env', version='0.1.0')
)
libraryDependencies += "biz.netcentric.maven.extension" % "maven-ext-repos-from-env" % "0.1.0"
[biz.netcentric.maven.extension/maven-ext-repos-from-env "0.1.0"]