Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdtypes__react-transition-group |
Version | Version2.0.15 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/types__react-transition-group/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>types__react-transition-group</artifactId>
<version>2.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/types__react-transition-group/
implementation 'org.webjars.npm:types__react-transition-group:2.0.15'
// https://jarcasting.com/artifacts/org.webjars.npm/types__react-transition-group/
implementation ("org.webjars.npm:types__react-transition-group:2.0.15")
'org.webjars.npm:types__react-transition-group:jar:2.0.15'
<dependency org="org.webjars.npm" name="types__react-transition-group" rev="2.0.15">
<artifact name="types__react-transition-group" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='types__react-transition-group', version='2.0.15')
)
libraryDependencies += "org.webjars.npm" % "types__react-transition-group" % "2.0.15"
[org.webjars.npm/types__react-transition-group "2.0.15"]