| GroupId | GroupIdcom.weicoder |
|---|---|
| ArtifactId | ArtifactIdoutdated |
| Version | Version2.5.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| outdated-2.5.2.pom | |
| outdated-2.5.2.jar | 42 KB |
| outdated-2.5.2-sources.jar | 34 KB |
| outdated-2.5.2-javadoc.jar | 692 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.weicoder/outdated/ -->
<dependency>
<groupId>com.weicoder</groupId>
<artifactId>outdated</artifactId>
<version>2.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.weicoder/outdated/
implementation 'com.weicoder:outdated:2.5.2'
// https://jarcasting.com/artifacts/com.weicoder/outdated/
implementation ("com.weicoder:outdated:2.5.2")
'com.weicoder:outdated:jar:2.5.2'
<dependency org="com.weicoder" name="outdated" rev="2.5.2">
<artifact name="outdated" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.weicoder', module='outdated', version='2.5.2')
)
libraryDependencies += "com.weicoder" % "outdated" % "2.5.2"
[com.weicoder/outdated "2.5.2"]