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