GroupId | GroupIdcom.github.shipengyan |
---|---|
ArtifactId | ArtifactIdspy-framework |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
spy-framework-0.0.6.pom | |
spy-framework-0.0.6.jar | 84 KB |
spy-framework-0.0.6-sources.jar | 53 KB |
spy-framework-0.0.6-javadoc.jar | 348 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shipengyan/spy-framework/ -->
<dependency>
<groupId>com.github.shipengyan</groupId>
<artifactId>spy-framework</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shipengyan/spy-framework/
implementation 'com.github.shipengyan:spy-framework:0.0.6'
// https://jarcasting.com/artifacts/com.github.shipengyan/spy-framework/
implementation ("com.github.shipengyan:spy-framework:0.0.6")
'com.github.shipengyan:spy-framework:jar:0.0.6'
<dependency org="com.github.shipengyan" name="spy-framework" rev="0.0.6">
<artifact name="spy-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shipengyan', module='spy-framework', version='0.0.6')
)
libraryDependencies += "com.github.shipengyan" % "spy-framework" % "0.0.6"
[com.github.shipengyan/spy-framework "0.0.6"]