Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.github.relistar |
ArtifactId | ArtifactIdcodex.editor.wrappers |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.relistar/codex.editor.wrappers/ -->
<dependency>
<groupId>com.github.relistar</groupId>
<artifactId>codex.editor.wrappers</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.relistar/codex.editor.wrappers/
implementation 'com.github.relistar:codex.editor.wrappers:1.0.1'
// https://jarcasting.com/artifacts/com.github.relistar/codex.editor.wrappers/
implementation ("com.github.relistar:codex.editor.wrappers:1.0.1")
'com.github.relistar:codex.editor.wrappers:jar:1.0.1'
<dependency org="com.github.relistar" name="codex.editor.wrappers" rev="1.0.1">
<artifact name="codex.editor.wrappers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.relistar', module='codex.editor.wrappers', version='1.0.1')
)
libraryDependencies += "com.github.relistar" % "codex.editor.wrappers" % "1.0.1"
[com.github.relistar/codex.editor.wrappers "1.0.1"]