License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdme.andrz.maven |
ArtifactId | ArtifactIdmaven-bin-core |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionMaven Bin Core
Install and run executable libraries from Maven repos.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maven-bin-core-1.0.0.pom | |
maven-bin-core-1.0.0.jar | 46 KB |
maven-bin-core-1.0.0-sources.jar | 20 KB |
maven-bin-core-1.0.0-javadoc.jar | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.andrz.maven/maven-bin-core/ -->
<dependency>
<groupId>me.andrz.maven</groupId>
<artifactId>maven-bin-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.andrz.maven/maven-bin-core/
implementation 'me.andrz.maven:maven-bin-core:1.0.0'
// https://jarcasting.com/artifacts/me.andrz.maven/maven-bin-core/
implementation ("me.andrz.maven:maven-bin-core:1.0.0")
'me.andrz.maven:maven-bin-core:jar:1.0.0'
<dependency org="me.andrz.maven" name="maven-bin-core" rev="1.0.0">
<artifact name="maven-bin-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.andrz.maven', module='maven-bin-core', version='1.0.0')
)
libraryDependencies += "me.andrz.maven" % "maven-bin-core" % "1.0.0"
[me.andrz.maven/maven-bin-core "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.4.2 |
org.eclipse.aether : aether-api | jar | 1.0.2.v20150114 |
org.eclipse.aether : aether-spi | jar | 1.0.2.v20150114 |
org.eclipse.aether : aether-util | jar | 1.0.2.v20150114 |
org.eclipse.aether : aether-impl | jar | 1.0.2.v20150114 |
org.eclipse.aether : aether-connector-basic | jar | 1.0.2.v20150114 |
org.eclipse.aether : aether-transport-file | jar | 1.0.2.v20150114 |
org.eclipse.aether : aether-transport-http | jar | 1.0.2.v20150114 |
org.slf4j : slf4j-simple | jar | 1.7.10 |
org.apache.maven : maven-core | jar | 3.3.1 |
org.apache.commons : commons-lang3 | jar | 3.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-all | jar | 1.3 |
com.jcabi : jcabi-matchers | jar | 1.3 |