| License |
License |
|---|---|
| GroupId | GroupIdcom.github.keraton |
| ArtifactId | ArtifactIdeasy-dsl-core |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEasy DSL library using Spring and Regex
|
| Filename | Size |
|---|---|
| easy-dsl-core-1.0.pom | |
| easy-dsl-core-1.0.jar | 19 KB |
| easy-dsl-core-1.0-sources.jar | 10 KB |
| easy-dsl-core-1.0-javadoc.jar | 98 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.keraton/easy-dsl-core/ -->
<dependency>
<groupId>com.github.keraton</groupId>
<artifactId>easy-dsl-core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.keraton/easy-dsl-core/
implementation 'com.github.keraton:easy-dsl-core:1.0'
// https://jarcasting.com/artifacts/com.github.keraton/easy-dsl-core/
implementation ("com.github.keraton:easy-dsl-core:1.0")
'com.github.keraton:easy-dsl-core:jar:1.0'
<dependency org="com.github.keraton" name="easy-dsl-core" rev="1.0">
<artifact name="easy-dsl-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.keraton', module='easy-dsl-core', version='1.0')
)
libraryDependencies += "com.github.keraton" % "easy-dsl-core" % "1.0"
[com.github.keraton/easy-dsl-core "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 4.2.5.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.springframework : spring-test | jar | 4.2.5.RELEASE |
| org.assertj : assertj-core | jar | 3.3.0 |
| org.mockito : mockito-all | jar | 1.9.5 |