License |
License |
---|---|
Categories |
CategoriesOrika General Purpose Libraries Bean Mapping CLI User Interface |
GroupId | GroupIdma.glasnost.orika |
ArtifactId | ArtifactIdorika-eclipse-tools |
Last Version | Last Version1.5.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOrika - eclipse-jdt Dependencies
Optional Eclipse JDT compiler dependencies for Orika Bean Mapper.
Specify this dependency to use the EclipseJdtCompilerStrategy in your builds
with Orika to enable step-debugging capability for generated mapping objects.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationGlasnost |
Filename | Size |
---|---|
orika-eclipse-tools-1.5.4.pom | |
orika-eclipse-tools-1.5.4.jar | 4 KB |
orika-eclipse-tools-1.5.4-sources.jar | 3 KB |
orika-eclipse-tools-1.5.4-javadoc.jar | 341 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/ma.glasnost.orika/orika-eclipse-tools/ -->
<dependency>
<groupId>ma.glasnost.orika</groupId>
<artifactId>orika-eclipse-tools</artifactId>
<version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/ma.glasnost.orika/orika-eclipse-tools/
implementation 'ma.glasnost.orika:orika-eclipse-tools:1.5.4'
// https://jarcasting.com/artifacts/ma.glasnost.orika/orika-eclipse-tools/
implementation ("ma.glasnost.orika:orika-eclipse-tools:1.5.4")
'ma.glasnost.orika:orika-eclipse-tools:jar:1.5.4'
<dependency org="ma.glasnost.orika" name="orika-eclipse-tools" rev="1.5.4">
<artifact name="orika-eclipse-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='ma.glasnost.orika', module='orika-eclipse-tools', version='1.5.4')
)
libraryDependencies += "ma.glasnost.orika" % "orika-eclipse-tools" % "1.5.4"
[ma.glasnost.orika/orika-eclipse-tools "1.5.4"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
org.eclipse.tycho : org.eclipse.jdt.core | jar | 3.14.0.v20171206-0802 |
org.eclipse.platform : org.eclipse.text | jar | 3.6.100 |