dpf

The Dyvil Property Format library

License

License

GroupId

GroupId

org.dyvil
ArtifactId

ArtifactId

dpf
Last Version

Last Version

0.17.0
Release Date

Release Date

Type

Type

jar
Description

Description

dpf
The Dyvil Property Format library
Project URL

Project URL

https://github.com/Dyvil/Dyvil-Property-Format
Source Code Management

Source Code Management

https://github.com/Dyvil/Dyvil-Property-Format

Download dpf

How to add to project

<!-- https://jarcasting.com/artifacts/org.dyvil/dpf/ -->
<dependency>
    <groupId>org.dyvil</groupId>
    <artifactId>dpf</artifactId>
    <version>0.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dyvil/dpf/
implementation 'org.dyvil:dpf:0.17.0'
// https://jarcasting.com/artifacts/org.dyvil/dpf/
implementation ("org.dyvil:dpf:0.17.0")
'org.dyvil:dpf:jar:0.17.0'
<dependency org="org.dyvil" name="dpf" rev="0.17.0">
  <artifact name="dpf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dyvil', module='dpf', version='0.17.0')
)
libraryDependencies += "org.dyvil" % "dpf" % "0.17.0"
[org.dyvil/dpf "0.17.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.dyvil : library jar 0.46.1

Project Modules

There are no modules declared in this project.

Dyvil Property Format

Build Status Download

Installation

build.gradle:

repositories {
    // ...
    jcenter()
}
dependencies {
    // ...

    // https://mvnrepository.com/artifact/org.dyvil/dpf
    compile group: 'org.dyvil', name: 'dpf', version: '0.17.0'
}
org.dyvil

Dyvil

Versions

Version
0.17.0
0.16.3
0.16.2
0.16.1