is not current version
Last Version 1.1.0

com.syncthemall:enml4j 1.0.0

Simple utility classes to handle ENML (Evernote Markup Language) in Java

GroupId

GroupId

com.syncthemall
ArtifactId

ArtifactId

enml4j
Version

Version

1.0.0
Type

Type

jar

Download enml4j 1.0.0


<!-- https://jarcasting.com/artifacts/com.syncthemall/enml4j/ -->
<dependency>
    <groupId>com.syncthemall</groupId>
    <artifactId>enml4j</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.syncthemall/enml4j/
implementation 'com.syncthemall:enml4j:1.0.0'
// https://jarcasting.com/artifacts/com.syncthemall/enml4j/
implementation ("com.syncthemall:enml4j:1.0.0")
'com.syncthemall:enml4j:jar:1.0.0'
<dependency org="com.syncthemall" name="enml4j" rev="1.0.0">
  <artifact name="enml4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.syncthemall', module='enml4j', version='1.0.0')
)
libraryDependencies += "com.syncthemall" % "enml4j" % "1.0.0"
[com.syncthemall/enml4j "1.0.0"]