is not current version
Last Version 1.1.0

com.github.ddth:ddth-recipes 0.1.0

DDTH's Commonly Used Recipes

GroupId

GroupId

com.github.ddth
ArtifactId

ArtifactId

ddth-recipes
Version

Version

0.1.0
Type

Type

jar

Download ddth-recipes 0.1.0


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