| GroupId | GroupIdorg.mycore |
|---|---|
| ArtifactId | ArtifactIdmycore-xeditor |
| Version | Version2019.02 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mycore-xeditor-2019.02.pom | |
| mycore-xeditor-2019.02.jar | 129 KB |
| mycore-xeditor-2019.02-test-sources.jar | 34 KB |
| mycore-xeditor-2019.02-sources.jar | 106 KB |
| mycore-xeditor-2019.02-javadoc.jar | 741 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mycore/mycore-xeditor/ -->
<dependency>
<groupId>org.mycore</groupId>
<artifactId>mycore-xeditor</artifactId>
<version>2019.02</version>
</dependency>
// https://jarcasting.com/artifacts/org.mycore/mycore-xeditor/
implementation 'org.mycore:mycore-xeditor:2019.02'
// https://jarcasting.com/artifacts/org.mycore/mycore-xeditor/
implementation ("org.mycore:mycore-xeditor:2019.02")
'org.mycore:mycore-xeditor:jar:2019.02'
<dependency org="org.mycore" name="mycore-xeditor" rev="2019.02">
<artifact name="mycore-xeditor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mycore', module='mycore-xeditor', version='2019.02')
)
libraryDependencies += "org.mycore" % "mycore-xeditor" % "2019.02"
[org.mycore/mycore-xeditor "2019.02"]