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