License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdname.remal.maven-plugins |
ArtifactId | ArtifactIdmaven-common |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRemal Maven plugins: maven-common
Remal Maven plugins: maven-common
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maven-common-0.1.0.pom | |
maven-common-0.1.0.jar | 20 KB |
maven-common-0.1.0-sources.jar | 2 KB |
maven-common-0.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/name.remal.maven-plugins/maven-common/ -->
<dependency>
<groupId>name.remal.maven-plugins</groupId>
<artifactId>maven-common</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/name.remal.maven-plugins/maven-common/
implementation 'name.remal.maven-plugins:maven-common:0.1.0'
// https://jarcasting.com/artifacts/name.remal.maven-plugins/maven-common/
implementation ("name.remal.maven-plugins:maven-common:0.1.0")
'name.remal.maven-plugins:maven-common:jar:0.1.0'
<dependency org="name.remal.maven-plugins" name="maven-common" rev="0.1.0">
<artifact name="maven-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='name.remal.maven-plugins', module='maven-common', version='0.1.0')
)
libraryDependencies += "name.remal.maven-plugins" % "maven-common" % "0.1.0"
[name.remal.maven-plugins/maven-common "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.50 |