License |
License |
---|---|
GroupId | GroupIdcom.plecting |
ArtifactId | ArtifactIdimmanix |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionimmanix
A Java library for processing (large) xml files using parser combinators-like approach
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
immanix-1.0.0.pom | |
immanix-1.0.0.jar | 55 KB |
immanix-1.0.0-sources.jar | 27 KB |
immanix-1.0.0-javadoc.jar | 272 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.plecting/immanix/ -->
<dependency>
<groupId>com.plecting</groupId>
<artifactId>immanix</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.plecting/immanix/
implementation 'com.plecting:immanix:1.0.0'
// https://jarcasting.com/artifacts/com.plecting/immanix/
implementation ("com.plecting:immanix:1.0.0")
'com.plecting:immanix:jar:1.0.0'
<dependency org="com.plecting" name="immanix" rev="1.0.0">
<artifact name="immanix" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.plecting', module='immanix', version='1.0.0')
)
libraryDependencies += "com.plecting" % "immanix" % "1.0.0"
[com.plecting/immanix "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.woodstox : woodstox-core-asl | jar | 4.1.4 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.8.5 |
junit : junit | jar | 4.8.2 |