GroupId | GroupIdcom.github.jerrymice.common |
---|---|
ArtifactId | ArtifactIdcommon-task |
Version | Version0.0.2.beta6 |
Type | Typejar |
Filename | Size |
---|---|
common-task-0.0.2.beta6.pom | |
common-task-0.0.2.beta6.jar | 9 KB |
common-task-0.0.2.beta6-sources.jar | 8 KB |
common-task-0.0.2.beta6-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jerrymice.common/common-task/ -->
<dependency>
<groupId>com.github.jerrymice.common</groupId>
<artifactId>common-task</artifactId>
<version>0.0.2.beta6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jerrymice.common/common-task/
implementation 'com.github.jerrymice.common:common-task:0.0.2.beta6'
// https://jarcasting.com/artifacts/com.github.jerrymice.common/common-task/
implementation ("com.github.jerrymice.common:common-task:0.0.2.beta6")
'com.github.jerrymice.common:common-task:jar:0.0.2.beta6'
<dependency org="com.github.jerrymice.common" name="common-task" rev="0.0.2.beta6">
<artifact name="common-task" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jerrymice.common', module='common-task', version='0.0.2.beta6')
)
libraryDependencies += "com.github.jerrymice.common" % "common-task" % "0.0.2.beta6"
[com.github.jerrymice.common/common-task "0.0.2.beta6"]