is not current version
Last Version 0.4.3

org.scribble:scribble-core 0.4.2


GroupId

GroupId

org.scribble
ArtifactId

ArtifactId

scribble-core
Version

Version

0.4.2
Type

Type

jar

Download scribble-core 0.4.2


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