GroupId | GroupIdcom.github.spring-bees |
---|---|
ArtifactId | ArtifactIdspring-beet-common |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
spring-beet-common-1.0.0.pom | |
spring-beet-common-1.0.0.jar | 6 KB |
spring-beet-common-1.0.0-sources.jar | 6 KB |
spring-beet-common-1.0.0-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.spring-bees/spring-beet-common/ -->
<dependency>
<groupId>com.github.spring-bees</groupId>
<artifactId>spring-beet-common</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spring-bees/spring-beet-common/
implementation 'com.github.spring-bees:spring-beet-common:1.0.0'
// https://jarcasting.com/artifacts/com.github.spring-bees/spring-beet-common/
implementation ("com.github.spring-bees:spring-beet-common:1.0.0")
'com.github.spring-bees:spring-beet-common:jar:1.0.0'
<dependency org="com.github.spring-bees" name="spring-beet-common" rev="1.0.0">
<artifact name="spring-beet-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spring-bees', module='spring-beet-common', version='1.0.0')
)
libraryDependencies += "com.github.spring-bees" % "spring-beet-common" % "1.0.0"
[com.github.spring-bees/spring-beet-common "1.0.0"]