is not current version
Last Version 0.3.2.1

io.inkstand:scribble-all 0.3.0

Module containing a central utility class for creating various kinds of scribble rules. This module has dependencies to all other modules, so it can be used as a single dependency, if all Scribble elements are required.

GroupId

GroupId

io.inkstand
ArtifactId

ArtifactId

scribble-all
Version

Version

0.3.0
Type

Type

jar

Download scribble-all 0.3.0


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