Categories |
CategoriesMaven Build Tools Ant |
---|---|
GroupId | GroupIdcom.github.odavid.maven.plugins |
ArtifactId | ArtifactIdant-maven-logger |
Version | Version0.1-alpha-38 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.odavid.maven.plugins/ant-maven-logger/ -->
<dependency>
<groupId>com.github.odavid.maven.plugins</groupId>
<artifactId>ant-maven-logger</artifactId>
<version>0.1-alpha-38</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.odavid.maven.plugins/ant-maven-logger/
implementation 'com.github.odavid.maven.plugins:ant-maven-logger:0.1-alpha-38'
// https://jarcasting.com/artifacts/com.github.odavid.maven.plugins/ant-maven-logger/
implementation ("com.github.odavid.maven.plugins:ant-maven-logger:0.1-alpha-38")
'com.github.odavid.maven.plugins:ant-maven-logger:jar:0.1-alpha-38'
<dependency org="com.github.odavid.maven.plugins" name="ant-maven-logger" rev="0.1-alpha-38">
<artifact name="ant-maven-logger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.odavid.maven.plugins', module='ant-maven-logger', version='0.1-alpha-38')
)
libraryDependencies += "com.github.odavid.maven.plugins" % "ant-maven-logger" % "0.1-alpha-38"
[com.github.odavid.maven.plugins/ant-maven-logger "0.1-alpha-38"]