Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.jscl-meditor |
ArtifactId | ArtifactIdmeditor |
Version | Version5.0 |
Type | Typejar |
Filename | Size |
---|---|
meditor-5.0.pom | |
meditor-5.0.jar | 89 KB |
meditor-5.0-sources.jar | 29 KB |
meditor-5.0-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jscl-meditor/meditor/ -->
<dependency>
<groupId>net.sourceforge.jscl-meditor</groupId>
<artifactId>meditor</artifactId>
<version>5.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jscl-meditor/meditor/
implementation 'net.sourceforge.jscl-meditor:meditor:5.0'
// https://jarcasting.com/artifacts/net.sourceforge.jscl-meditor/meditor/
implementation ("net.sourceforge.jscl-meditor:meditor:5.0")
'net.sourceforge.jscl-meditor:meditor:jar:5.0'
<dependency org="net.sourceforge.jscl-meditor" name="meditor" rev="5.0">
<artifact name="meditor" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jscl-meditor', module='meditor', version='5.0')
)
libraryDependencies += "net.sourceforge.jscl-meditor" % "meditor" % "5.0"
[net.sourceforge.jscl-meditor/meditor "5.0"]