License |
License |
---|---|
GroupId | GroupIdorg.ops4j |
ArtifactId | ArtifactIddadl |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOPS4J Data Description Language (DADL) Reactor
DADL is a language and a toolset for describing, parsing and generating data formats
of all sorts.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
dadl-0.3.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j/dadl/ -->
<dependency>
<groupId>org.ops4j</groupId>
<artifactId>dadl</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j/dadl/
implementation 'org.ops4j:dadl:0.3.0'
// https://jarcasting.com/artifacts/org.ops4j/dadl/
implementation ("org.ops4j:dadl:0.3.0")
'org.ops4j:dadl:pom:0.3.0'
<dependency org="org.ops4j" name="dadl" rev="0.3.0">
<artifact name="dadl" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j', module='dadl', version='0.3.0')
)
libraryDependencies += "org.ops4j" % "dadl" % "0.3.0"
[org.ops4j/dadl "0.3.0"]