License |
License |
---|---|
GroupId | GroupIdcom.syncthemall |
ArtifactId | ArtifactIdenml4j |
Version | Version1.1.0 |
Type | Typejar |
Description |
Descriptionenml4j
Simple utility classes to handle ENML (Evernote Markup Language) in Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
enml4j-1.1.0.pom | |
enml4j-1.1.0.jar | 983 KB |
enml4j-1.1.0-sources.jar | 986 KB |
enml4j-1.1.0-javadoc.jar | 136 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.syncthemall/enml4j/ -->
<dependency>
<groupId>com.syncthemall</groupId>
<artifactId>enml4j</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.syncthemall/enml4j/
implementation 'com.syncthemall:enml4j:1.1.0'
// https://jarcasting.com/artifacts/com.syncthemall/enml4j/
implementation ("com.syncthemall:enml4j:1.1.0")
'com.syncthemall:enml4j:jar:1.1.0'
<dependency org="com.syncthemall" name="enml4j" rev="1.1.0">
<artifact name="enml4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.syncthemall', module='enml4j', version='1.1.0')
)
libraryDependencies += "com.syncthemall" % "enml4j" % "1.1.0"
[com.syncthemall/enml4j "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-codec : commons-codec | jar | 1.9 |
Group / Artifact | Type | Version |
---|---|---|
com.evernote : evernote-api | jar | 1.25.1 |
javax.xml.stream : stax-api | jar | 1.0 |