License |
License |
---|---|
Categories |
CategoriesBuild Tools CLI User Interface |
GroupId | GroupIdorg.eclipse.microprofile |
ArtifactId | ArtifactIdbuild-tools |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMicroProfile Build Tools
Code rules for MicroProfile projects.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
build-tools-1.1.pom | |
build-tools-1.1.jar | 13 KB |
build-tools-1.1-sources.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile/build-tools/ -->
<dependency>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>build-tools</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile/build-tools/
implementation 'org.eclipse.microprofile:build-tools:1.1'
// https://jarcasting.com/artifacts/org.eclipse.microprofile/build-tools/
implementation ("org.eclipse.microprofile:build-tools:1.1")
'org.eclipse.microprofile:build-tools:jar:1.1'
<dependency org="org.eclipse.microprofile" name="build-tools" rev="1.1">
<artifact name="build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile', module='build-tools', version='1.1')
)
libraryDependencies += "org.eclipse.microprofile" % "build-tools" % "1.1"
[org.eclipse.microprofile/build-tools "1.1"]