Last Version

The Java Scribe (Parent) 0.2.0

A tiny object graph traversal library.

License

License

GroupId

GroupId

eu.toolchain.scribe
ArtifactId

ArtifactId

scribe-parent
Version

Version

0.2.0
Type

Type

pom
Description

Description

The Java Scribe (Parent)
A tiny object graph traversal library.
Project URL

Project URL

https://github.com/udoprog/scribe
Source Code Management

Source Code Management

https://github.com/udoprog/scribe

Download scribe-parent 0.2.0

Filename Size
scribe-parent-0.2.0.pom 11 KB
Browse

<!-- https://jarcasting.com/artifacts/eu.toolchain.scribe/scribe-parent/ -->
<dependency>
    <groupId>eu.toolchain.scribe</groupId>
    <artifactId>scribe-parent</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/eu.toolchain.scribe/scribe-parent/
implementation 'eu.toolchain.scribe:scribe-parent:0.2.0'
// https://jarcasting.com/artifacts/eu.toolchain.scribe/scribe-parent/
implementation ("eu.toolchain.scribe:scribe-parent:0.2.0")
'eu.toolchain.scribe:scribe-parent:pom:0.2.0'
<dependency org="eu.toolchain.scribe" name="scribe-parent" rev="0.2.0">
  <artifact name="scribe-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='eu.toolchain.scribe', module='scribe-parent', version='0.2.0')
)
libraryDependencies += "eu.toolchain.scribe" % "scribe-parent" % "0.2.0"
[eu.toolchain.scribe/scribe-parent "0.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • annotations
  • api
  • databind
  • processor
  • annotations-jackson
  • annotations-datastore
  • databind-test
  • databind-jackson
  • databind-guava
  • databind-typesafe
  • databind-datastore
  • benchmarks
  • examples