не последняя версия
Последняя версия 2.2.0

org.spincast:spincast-default 2.1.0

Provides a Guice module which binds a default implementation for all the required components of a Spincast application.

Группа

Группа

org.spincast
Идентификатор

Идентификатор

spincast-default
Версия

Версия

2.1.0
Тип

Тип

jar

Скачать spincast-default 2.1.0


<!-- https://jarcasting.com/artifacts/org.spincast/spincast-default/ -->
<dependency>
    <groupId>org.spincast</groupId>
    <artifactId>spincast-default</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.spincast/spincast-default/
implementation 'org.spincast:spincast-default:2.1.0'
// https://jarcasting.com/artifacts/org.spincast/spincast-default/
implementation ("org.spincast:spincast-default:2.1.0")
'org.spincast:spincast-default:jar:2.1.0'
<dependency org="org.spincast" name="spincast-default" rev="2.1.0">
  <artifact name="spincast-default" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spincast', module='spincast-default', version='2.1.0')
)
libraryDependencies += "org.spincast" % "spincast-default" % "2.1.0"
[org.spincast/spincast-default "2.1.0"]