GroupId | GroupIdcom.github.isaichkindanila |
---|---|
ArtifactId | ArtifactIdcommand-framework |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
command-framework-1.0.0.pom | |
command-framework-1.0.0.jar | 64 KB |
command-framework-1.0.0-sources.jar | 36 KB |
command-framework-1.0.0-javadoc.jar | 209 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.isaichkindanila/command-framework/ -->
<dependency>
<groupId>com.github.isaichkindanila</groupId>
<artifactId>command-framework</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.isaichkindanila/command-framework/
implementation 'com.github.isaichkindanila:command-framework:1.0.0'
// https://jarcasting.com/artifacts/com.github.isaichkindanila/command-framework/
implementation ("com.github.isaichkindanila:command-framework:1.0.0")
'com.github.isaichkindanila:command-framework:jar:1.0.0'
<dependency org="com.github.isaichkindanila" name="command-framework" rev="1.0.0">
<artifact name="command-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.isaichkindanila', module='command-framework', version='1.0.0')
)
libraryDependencies += "com.github.isaichkindanila" % "command-framework" % "1.0.0"
[com.github.isaichkindanila/command-framework "1.0.0"]