| License |
License |
|---|---|
| GroupId | GroupIdcom.stevewedig |
| ArtifactId | ArtifactIdblog |
| Version | Version2.0.2 |
| Type | Typejar |
| Description |
DescriptionSteve Wedig's Libraries for Java 7+
Steve Wedig's Libraries for Java 7+
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| blog-2.0.2.pom | |
| blog-2.0.2.jar | 305 KB |
| blog-2.0.2-sources.jar | 136 KB |
| blog-2.0.2-javadoc.jar | 715 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.stevewedig/blog/ -->
<dependency>
<groupId>com.stevewedig</groupId>
<artifactId>blog</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.stevewedig/blog/
implementation 'com.stevewedig:blog:2.0.2'
// https://jarcasting.com/artifacts/com.stevewedig/blog/
implementation ("com.stevewedig:blog:2.0.2")
'com.stevewedig:blog:jar:2.0.2'
<dependency org="com.stevewedig" name="blog" rev="2.0.2">
<artifact name="blog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stevewedig', module='blog', version='2.0.2')
)
libraryDependencies += "com.stevewedig" % "blog" % "2.0.2"
[com.stevewedig/blog "2.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | [18.0,) |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | [4.0,) |
| org.hamcrest : hamcrest-integration | jar | [1.2,) |