License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.wso2.maven |
ArtifactId | ArtifactIdorg.wso2.maven.utils |
Last Version | Last Version5.2.38 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWSO2 Maven Common Utils
Maven utilities for Plugins
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.wso2.maven/org.wso2.maven.utils/ -->
<dependency>
<groupId>org.wso2.maven</groupId>
<artifactId>org.wso2.maven.utils</artifactId>
<version>5.2.38</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.maven/org.wso2.maven.utils/
implementation 'org.wso2.maven:org.wso2.maven.utils:5.2.38'
// https://jarcasting.com/artifacts/org.wso2.maven/org.wso2.maven.utils/
implementation ("org.wso2.maven:org.wso2.maven.utils:5.2.38")
'org.wso2.maven:org.wso2.maven.utils:jar:5.2.38'
<dependency org="org.wso2.maven" name="org.wso2.maven.utils" rev="5.2.38">
<artifact name="org.wso2.maven.utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.maven', module='org.wso2.maven.utils', version='5.2.38')
)
libraryDependencies += "org.wso2.maven" % "org.wso2.maven.utils" % "5.2.38"
[org.wso2.maven/org.wso2.maven.utils "5.2.38"]