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