GroupId | GroupIdcom.github.arteam |
---|---|
ArtifactId | ArtifactIdjdit |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
jdit-0.5.pom | |
jdit-0.5.jar | 28 KB |
jdit-0.5-sources.jar | 17 KB |
jdit-0.5-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.arteam/jdit/ -->
<dependency>
<groupId>com.github.arteam</groupId>
<artifactId>jdit</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arteam/jdit/
implementation 'com.github.arteam:jdit:0.5'
// https://jarcasting.com/artifacts/com.github.arteam/jdit/
implementation ("com.github.arteam:jdit:0.5")
'com.github.arteam:jdit:jar:0.5'
<dependency org="com.github.arteam" name="jdit" rev="0.5">
<artifact name="jdit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arteam', module='jdit', version='0.5')
)
libraryDependencies += "com.github.arteam" % "jdit" % "0.5"
[com.github.arteam/jdit "0.5"]