| License |
License
Apache 2
|
|---|---|
| Categories |
CategoriesGradle Build Tools |
| GroupId | GroupIdcom.carecon.fabric3.gradle |
| ArtifactId | ArtifactIdfabric3-plugin-core |
| Last Version | Last Version3.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFabric3 Plugins
Fabric3 Plugins
|
| Filename | Size |
|---|---|
| fabric3-plugin-core-3.1.0.pom | |
| fabric3-plugin-core-3.1.0.jar | 14 KB |
| fabric3-plugin-core-3.1.0-sources.jar | 10 KB |
| fabric3-plugin-core-3.1.0-javadoc.jar | 59 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.carecon.fabric3.gradle/fabric3-plugin-core/ -->
<dependency>
<groupId>com.carecon.fabric3.gradle</groupId>
<artifactId>fabric3-plugin-core</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.carecon.fabric3.gradle/fabric3-plugin-core/
implementation 'com.carecon.fabric3.gradle:fabric3-plugin-core:3.1.0'
// https://jarcasting.com/artifacts/com.carecon.fabric3.gradle/fabric3-plugin-core/
implementation ("com.carecon.fabric3.gradle:fabric3-plugin-core:3.1.0")
'com.carecon.fabric3.gradle:fabric3-plugin-core:jar:3.1.0'
<dependency org="com.carecon.fabric3.gradle" name="fabric3-plugin-core" rev="3.1.0">
<artifact name="fabric3-plugin-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.carecon.fabric3.gradle', module='fabric3-plugin-core', version='3.1.0')
)
libraryDependencies += "com.carecon.fabric3.gradle" % "fabric3-plugin-core" % "3.1.0"
[com.carecon.fabric3.gradle/fabric3-plugin-core "3.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.aether : aether-api | jar | 1.1.0 |
| org.eclipse.aether : aether-util | jar | 1.1.0 |
| org.eclipse.aether : aether-impl | jar | 1.1.0 |
| org.eclipse.aether : aether-connector-basic | jar | 1.1.0 |
| org.eclipse.aether : aether-transport-file | jar | 1.1.0 |
| org.eclipse.aether : aether-transport-http | jar | 1.1.0 |
| org.eclipse.aether : aether-transport-wagon | jar | 1.1.0 |
| org.apache.maven : maven-aether-provider | jar | 3.1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.5 |