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