Categories |
CategoriesMaven Build Tools Net |
---|---|
GroupId | GroupIdbiz.netcentric.maven.extension |
ArtifactId | ArtifactIdmaven-ext-repos-from-env |
Version | Version0.1.1 |
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.1</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.1'
// 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.1")
'biz.netcentric.maven.extension:maven-ext-repos-from-env:jar:0.1.1'
<dependency org="biz.netcentric.maven.extension" name="maven-ext-repos-from-env" rev="0.1.1">
<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.1')
)
libraryDependencies += "biz.netcentric.maven.extension" % "maven-ext-repos-from-env" % "0.1.1"
[biz.netcentric.maven.extension/maven-ext-repos-from-env "0.1.1"]