| Categories |
CategoriesMaven Build Tools Subversion Development Tools Version Controls |
|---|---|
| GroupId | GroupIdcom.mycila |
| ArtifactId | ArtifactIdlicense-maven-plugin-svn |
| Version | Version2.11 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mycila/license-maven-plugin-svn/ -->
<dependency>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin-svn</artifactId>
<version>2.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.mycila/license-maven-plugin-svn/
implementation 'com.mycila:license-maven-plugin-svn:2.11'
// https://jarcasting.com/artifacts/com.mycila/license-maven-plugin-svn/
implementation ("com.mycila:license-maven-plugin-svn:2.11")
'com.mycila:license-maven-plugin-svn:jar:2.11'
<dependency org="com.mycila" name="license-maven-plugin-svn" rev="2.11">
<artifact name="license-maven-plugin-svn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mycila', module='license-maven-plugin-svn', version='2.11')
)
libraryDependencies += "com.mycila" % "license-maven-plugin-svn" % "2.11"
[com.mycila/license-maven-plugin-svn "2.11"]