Categories |
CategoriesGlassFish Container Application Servers Maven Build Tools HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdmaven-plugins |
Version | Version3.0.0-RC1 |
Type | Typepom |
Filename | Size |
---|---|
maven-plugins-3.0.0-RC1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/maven-plugins/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>maven-plugins</artifactId>
<version>3.0.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/maven-plugins/
implementation 'org.glassfish.hk2:maven-plugins:3.0.0-RC1'
// https://jarcasting.com/artifacts/org.glassfish.hk2/maven-plugins/
implementation ("org.glassfish.hk2:maven-plugins:3.0.0-RC1")
'org.glassfish.hk2:maven-plugins:pom:3.0.0-RC1'
<dependency org="org.glassfish.hk2" name="maven-plugins" rev="3.0.0-RC1">
<artifact name="maven-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='maven-plugins', version='3.0.0-RC1')
)
libraryDependencies += "org.glassfish.hk2" % "maven-plugins" % "3.0.0-RC1"
[org.glassfish.hk2/maven-plugins "3.0.0-RC1"]