GroupId | GroupIdcom.github.snowdream.toybricks |
---|---|
ArtifactId | ArtifactIdannotation |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
annotation-0.1.pom | |
annotation-0.1.jar | 2 KB |
annotation-0.1-sources.jar | 2 KB |
annotation-0.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.snowdream.toybricks/annotation/ -->
<dependency>
<groupId>com.github.snowdream.toybricks</groupId>
<artifactId>annotation</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.snowdream.toybricks/annotation/
implementation 'com.github.snowdream.toybricks:annotation:0.1'
// https://jarcasting.com/artifacts/com.github.snowdream.toybricks/annotation/
implementation ("com.github.snowdream.toybricks:annotation:0.1")
'com.github.snowdream.toybricks:annotation:jar:0.1'
<dependency org="com.github.snowdream.toybricks" name="annotation" rev="0.1">
<artifact name="annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.snowdream.toybricks', module='annotation', version='0.1')
)
libraryDependencies += "com.github.snowdream.toybricks" % "annotation" % "0.1"
[com.github.snowdream.toybricks/annotation "0.1"]