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