GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdorg.tinygroup.UEditor |
Version | Version2.0.27 |
Type | Typejar |
Filename | Size |
---|---|
org.tinygroup.UEditor-2.0.27.pom | |
org.tinygroup.UEditor-2.0.27.jar | 580 KB |
org.tinygroup.UEditor-2.0.27-tests.jar | 1 KB |
org.tinygroup.UEditor-2.0.27-sources.jar | 579 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.UEditor/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.UEditor</artifactId>
<version>2.0.27</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.UEditor/
implementation 'org.tinygroup:org.tinygroup.UEditor:2.0.27'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.UEditor/
implementation ("org.tinygroup:org.tinygroup.UEditor:2.0.27")
'org.tinygroup:org.tinygroup.UEditor:jar:2.0.27'
<dependency org="org.tinygroup" name="org.tinygroup.UEditor" rev="2.0.27">
<artifact name="org.tinygroup.UEditor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.UEditor', version='2.0.27')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.UEditor" % "2.0.27"
[org.tinygroup/org.tinygroup.UEditor "2.0.27"]