| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdtop.infra.maven |
| ArtifactId | ArtifactIdtopinfra-maven-shared |
| Version | Version1.3.0 |
| Type | Typejar |
| Description |
DescriptionCore extensions for maven based projects
|
<!-- https://jarcasting.com/artifacts/top.infra.maven/topinfra-maven-shared/ -->
<dependency>
<groupId>top.infra.maven</groupId>
<artifactId>topinfra-maven-shared</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.infra.maven/topinfra-maven-shared/
implementation 'top.infra.maven:topinfra-maven-shared:1.3.0'
// https://jarcasting.com/artifacts/top.infra.maven/topinfra-maven-shared/
implementation ("top.infra.maven:topinfra-maven-shared:1.3.0")
'top.infra.maven:topinfra-maven-shared:jar:1.3.0'
<dependency org="top.infra.maven" name="topinfra-maven-shared" rev="1.3.0">
<artifact name="topinfra-maven-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.infra.maven', module='topinfra-maven-shared', version='1.3.0')
)
libraryDependencies += "top.infra.maven" % "topinfra-maven-shared" % "1.3.0"
[top.infra.maven/topinfra-maven-shared "1.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains : annotations | jar | 16.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| top.infra.maven : topinfra-maven-core | jar | 1.3.0 |
| org.apache.maven : maven-core | jar | 3.6.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| junit : junit | jar | 4.12 |