is not current version
Last Version 1.3.0

top.infra.maven:topinfra-maven 1.0.0

Core extensions for maven based projects

Categories

Categories

Maven Build Tools
GroupId

GroupId

top.infra.maven
ArtifactId

ArtifactId

topinfra-maven
Version

Version

1.0.0
Type

Type

pom

Download topinfra-maven 1.0.0

Filename Size
topinfra-maven-1.0.0.pom 23 KB
Browse

<!-- https://jarcasting.com/artifacts/top.infra.maven/topinfra-maven/ -->
<dependency>
    <groupId>top.infra.maven</groupId>
    <artifactId>topinfra-maven</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/top.infra.maven/topinfra-maven/
implementation 'top.infra.maven:topinfra-maven:1.0.0'
// https://jarcasting.com/artifacts/top.infra.maven/topinfra-maven/
implementation ("top.infra.maven:topinfra-maven:1.0.0")
'top.infra.maven:topinfra-maven:pom:1.0.0'
<dependency org="top.infra.maven" name="topinfra-maven" rev="1.0.0">
  <artifact name="topinfra-maven" type="pom" />
</dependency>
@Grapes(
@Grab(group='top.infra.maven', module='topinfra-maven', version='1.0.0')
)
libraryDependencies += "top.infra.maven" % "topinfra-maven" % "1.0.0"
[top.infra.maven/topinfra-maven "1.0.0"]