Thanks again
Franz
Ignacio Blanco schrieb:
> Hi,
>
> Try http://repo1.maven.org/maven2/javax/activation/activation/1.1/.
>
> I can tell you that the best way to figure out where to find jar
> dependencies is using Maven :), but if you are not yet using it
> (reconsider it) and take a look at the pom of the jar you are using,
> e.g.
> http://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.0.3/jaxb-impl-2.0.3.pom
> you read the following:
>
> <project>
> <modelVersion>4.0.0</modelVersion>
> <groupId>com.sun.xml.bind</groupId>
> <artifactId>jaxb-impl</artifactId>
> <version>2.0.3</version>
> <dependencies>
>
> <dependency>
> <groupId>javax.xml.bind</groupId>
> <artifactId>jaxb-api</artifactId>
> <version>2.0</version>
> </dependency>
> <dependency>
>
> <groupId>javax.xml.bind</groupId>
> <artifactId>jsr173_api</artifactId>
> <version>1.0</version>
> </dependency>
> <dependency>
> <groupId>
> javax.activation</groupId>
> <artifactId>activation</artifactId>
> <version>1.1</version>
> </dependency>
> </dependencies>
> </project>
>
>
> Look that both activation and jsr173 indicates their groupId which is the path up to de jar file begining in the root of the maven repo.
>
> Please feel free to ask more questions :)
>
> Regards,
>
> Ignacio.
>
>
>
>
> On 1/11/07, *Franz Fehringer* <feh_at_isogmbh.de <mailto:feh_at_isogmbh.de>>
> wrote:
>
> Thanks.
> >From this place i get jaxb-impl and jaxb-xjc.
> Where do i find jaxb-api and jsr173 (and activation?) pertaining
> to version 2.0.3?
>
> Cheers
>
> Franz
>
>
> Ignacio Blanco schrieb:
>> Hi, try this url:
>> http://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.0.3/
>>
>> Regards,
>>
>> Ignacio.
>>
>> On 1/11/07, *Franz Fehringer* <feh_at_isogmbh.de
>> <mailto:feh_at_isogmbh.de>> wrote:
>>
>> Hello,
>>
>> It seems, that http://repo1.maven.org/maven2/ is still stuck
>> with 2.0EA3?
>> Who can take care of this?
>>
>> Greetings
>>
>> Franz
>>
>>
>>
>> ---------------------------------------------------------------------
>>
>> To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
>> <mailto:users-unsubscribe_at_jaxb.dev.java.net>
>> For additional commands, e-mail: users-help_at_jaxb.dev.java.net
>> <mailto:users-help_at_jaxb.dev.java.net>
>>
>>
>>
>>
>>
>> --
>> Primero te ignoran. Luego se ríen de ti. Después te atacan.
>> Entonces ganas.
>>
>> If i have an apple and you have an apple and we switch then we
>> both have an apple.
>> But if i have an idea and you have an idea and we switch then we
>> both have two ideas.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
> <mailto:users-unsubscribe_at_jaxb.dev.java.net>
> For additional commands, e-mail: users-help_at_jaxb.dev.java.net
> <mailto:users-help_at_jaxb.dev.java.net>
>
>
>
>
>
> --
> Primero te ignoran. Luego se ríen de ti. Después te atacan. Entonces
> ganas.
>
> If i have an apple and you have an apple and we switch then we both
> have an apple.
> But if i have an idea and you have an idea and we switch then we both
> have two ideas.