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