Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdbtm |
Version | Version1.2.1.1-jre17 |
Type | Typejar |
Filename | Size |
---|---|
btm-1.2.1.1-jre17.pom | |
btm-1.2.1.1-jre17.jar | 321 KB |
btm-1.2.1.1-jre17-sources.jar | 261 KB |
btm-1.2.1.1-jre17-javadoc.jar | 971 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/btm/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>btm</artifactId>
<version>1.2.1.1-jre17</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/btm/
implementation 'com.guicedee.services:btm:1.2.1.1-jre17'
// https://jarcasting.com/artifacts/com.guicedee.services/btm/
implementation ("com.guicedee.services:btm:1.2.1.1-jre17")
'com.guicedee.services:btm:jar:1.2.1.1-jre17'
<dependency org="com.guicedee.services" name="btm" rev="1.2.1.1-jre17">
<artifact name="btm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='btm', version='1.2.1.1-jre17')
)
libraryDependencies += "com.guicedee.services" % "btm" % "1.2.1.1-jre17"
[com.guicedee.services/btm "1.2.1.1-jre17"]