License |
License |
---|---|
GroupId | GroupIdbr.com.ingenieux.launchify |
ArtifactId | ArtifactIdlaunchify-core |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlaunchify :: core
Launchify Helps Make Maven Projects Easier to Install as CLI Applications
|
Filename | Size |
---|---|
launchify-core-0.0.1.pom | |
launchify-core-0.0.1.jar | 8 KB |
launchify-core-0.0.1-sources.jar | 3 KB |
launchify-core-0.0.1-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.ingenieux.launchify/launchify-core/ -->
<dependency>
<groupId>br.com.ingenieux.launchify</groupId>
<artifactId>launchify-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.ingenieux.launchify/launchify-core/
implementation 'br.com.ingenieux.launchify:launchify-core:0.0.1'
// https://jarcasting.com/artifacts/br.com.ingenieux.launchify/launchify-core/
implementation ("br.com.ingenieux.launchify:launchify-core:0.0.1")
'br.com.ingenieux.launchify:launchify-core:jar:0.0.1'
<dependency org="br.com.ingenieux.launchify" name="launchify-core" rev="0.0.1">
<artifact name="launchify-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.ingenieux.launchify', module='launchify-core', version='0.0.1')
)
libraryDependencies += "br.com.ingenieux.launchify" % "launchify-core" % "0.0.1"
[br.com.ingenieux.launchify/launchify-core "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.3 |
org.ow2.asm : asm-all | jar | 4.0 |
br.com.ingenieux.launchify : launchify-api | jar | 0.0.1 |
org.apache.commons : commons-vfs2 | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |