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