| GroupId | GroupIdcom.stevewedig |
|---|---|
| ArtifactId | ArtifactIdblog |
| Version | Version1.1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| blog-1.1.2.pom | |
| blog-1.1.2.jar | 96 KB |
| blog-1.1.2-sources.jar | 28 KB |
| blog-1.1.2-javadoc.jar | 323 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.stevewedig/blog/ -->
<dependency>
<groupId>com.stevewedig</groupId>
<artifactId>blog</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.stevewedig/blog/
implementation 'com.stevewedig:blog:1.1.2'
// https://jarcasting.com/artifacts/com.stevewedig/blog/
implementation ("com.stevewedig:blog:1.1.2")
'com.stevewedig:blog:jar:1.1.2'
<dependency org="com.stevewedig" name="blog" rev="1.1.2">
<artifact name="blog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stevewedig', module='blog', version='1.1.2')
)
libraryDependencies += "com.stevewedig" % "blog" % "1.1.2"
[com.stevewedig/blog "1.1.2"]