| GroupId | GroupIdcom.github.mrstampy |
|---|---|
| ArtifactId | ArtifactIdKitchenSync |
| Version | Version1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| KitchenSync-1.2.pom | |
| KitchenSync-1.2.jar | 76 KB |
| KitchenSync-1.2-sources.jar | 74 KB |
| KitchenSync-1.2-javadoc.jar | 258 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mrstampy/KitchenSync/ -->
<dependency>
<groupId>com.github.mrstampy</groupId>
<artifactId>KitchenSync</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mrstampy/KitchenSync/
implementation 'com.github.mrstampy:KitchenSync:1.2'
// https://jarcasting.com/artifacts/com.github.mrstampy/KitchenSync/
implementation ("com.github.mrstampy:KitchenSync:1.2")
'com.github.mrstampy:KitchenSync:jar:1.2'
<dependency org="com.github.mrstampy" name="KitchenSync" rev="1.2">
<artifact name="KitchenSync" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mrstampy', module='KitchenSync', version='1.2')
)
libraryDependencies += "com.github.mrstampy" % "KitchenSync" % "1.2"
[com.github.mrstampy/KitchenSync "1.2"]