is not current version
Last Version 2.0.2

com.stevewedig:blog 1.1.1

Steve Wedig's Libraries for Java 7+

GroupId

GroupId

com.stevewedig
ArtifactId

ArtifactId

blog
Version

Version

1.1.1
Type

Type

jar

Download blog 1.1.1


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