License |
License |
---|---|
GroupId | GroupIdcom.sap.cloud.yaas.rammler |
ArtifactId | ArtifactIdrammler-core |
Last Version | Last Version1.8.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRammler Core
A Java-based generator to procreate code from RAML API definitions. Currently focus is on generating Java clients, but this may be extended in the future.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
rammler-core-1.8.1.pom | |
rammler-core-1.8.1.jar | 64 KB |
rammler-core-1.8.1-sources.jar | 54 KB |
rammler-core-1.8.1-javadoc.jar | 219 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sap.cloud.yaas.rammler/rammler-core/ -->
<dependency>
<groupId>com.sap.cloud.yaas.rammler</groupId>
<artifactId>rammler-core</artifactId>
<version>1.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sap.cloud.yaas.rammler/rammler-core/
implementation 'com.sap.cloud.yaas.rammler:rammler-core:1.8.1'
// https://jarcasting.com/artifacts/com.sap.cloud.yaas.rammler/rammler-core/
implementation ("com.sap.cloud.yaas.rammler:rammler-core:1.8.1")
'com.sap.cloud.yaas.rammler:rammler-core:jar:1.8.1'
<dependency org="com.sap.cloud.yaas.rammler" name="rammler-core" rev="1.8.1">
<artifact name="rammler-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sap.cloud.yaas.rammler', module='rammler-core', version='1.8.1')
)
libraryDependencies += "com.sap.cloud.yaas.rammler" % "rammler-core" % "1.8.1"
[com.sap.cloud.yaas.rammler/rammler-core "1.8.1"]
Group / Artifact | Type | Version |
---|---|---|
com.sap.cloud.yaas.rammler : rammler-java-client-support | jar | 1.8.1 |
org.springframework : spring-core | jar | 4.3.10.RELEASE |
org.springframework : spring-beans | jar | 4.3.10.RELEASE |
org.springframework : spring-context | jar | 4.3.10.RELEASE |
com.sap.cloud.yaas.raml-parser : raml-parser | jar | 1.0.5 |
org.jsonschema2pojo : jsonschema2pojo-core | jar | 0.4.23 |
com.sun.codemodel : codemodel | jar | 2.6 |
org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.24 |
ch.qos.logback : logback-classic | jar | 1.1.3 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.18 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.7.25 |
org.slf4j : log4j-over-slf4j | jar | 1.7.25 |
org.slf4j : jul-to-slf4j | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.springframework : spring-test | jar | 4.3.10.RELEASE |