License |
License |
---|---|
GroupId | GroupIdcom.github.pyloque |
ArtifactId | ArtifactIdstartup |
Version | Version0.0.1 |
Type | Typejar |
Description |
Descriptionstartup
Automatically generating command line interfaces(CLIs) from Java Object or Class
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
startup-0.0.1.pom | |
startup-0.0.1.jar | 24 KB |
startup-0.0.1-sources.jar | 10 KB |
startup-0.0.1-javadoc.jar | 444 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pyloque/startup/ -->
<dependency>
<groupId>com.github.pyloque</groupId>
<artifactId>startup</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pyloque/startup/
implementation 'com.github.pyloque:startup:0.0.1'
// https://jarcasting.com/artifacts/com.github.pyloque/startup/
implementation ("com.github.pyloque:startup:0.0.1")
'com.github.pyloque:startup:jar:0.0.1'
<dependency org="com.github.pyloque" name="startup" rev="0.0.1">
<artifact name="startup" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pyloque', module='startup', version='0.0.1')
)
libraryDependencies += "com.github.pyloque" % "startup" % "0.0.1"
[com.github.pyloque/startup "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |